* gtk/gtktoolbar.c (slide_idle_handler): Make sure we queue
at least one resize. This fixes a problem with toolitems remaining
invisible when they shouldn't that was reported by Christian Weiske.
svn path=/trunk/; revision=22260
+2009-01-30 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 359288 – Toolbar items are not shown after hiding
+
+ * gtk/gtktoolbar.c (slide_idle_handler): Make sure we queue
+ at least one resize. This fixes a problem with toolitems remaining
+ invisible when they shouldn't that was reported by Christian Weiske.
+
2009-01-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_create_item):
}
}
+ gtk_widget_queue_resize_no_redraw (GTK_WIDGET (toolbar));
+
priv->is_sliding = FALSE;
priv->idle_id = 0;